object SFXWizardForm: TSFXWizardForm Left = 416 Top = 195 BorderStyle = bsDialog Caption = 'SFXWizardForm' ClientHeight = 363 ClientWidth = 529 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter Scaled = False OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel3: TBevel Left = 0 Top = 328 Width = 527 Height = 7 Shape = bsTopLine end object Image3: TImage Left = 4 Top = 7 Width = 164 Height = 313 AutoSize = True end object NB: TNotebook Left = 169 Top = 0 Width = 357 Height = 325 PageIndex = 1 TabOrder = 0 OnPageChanged = NBPageChanged object TPage Left = 0 Top = 0 Caption = 'MAIN' object Label1: TLabel Left = 16 Top = 16 Width = 321 Height = 17 AutoSize = False Caption = 'Type in an SFX file &name and destination:' FocusControl = Edit973 WordWrap = True end object Bevel1: TBevel Left = 16 Top = 62 Width = 321 Height = 17 Shape = bsTopLine end object Label2: TLabel Left = 16 Top = 69 Width = 321 Height = 17 AutoSize = False Caption = 'Select the files and/or folders to &add:' FocusControl = ListView1 WordWrap = True end object Button1: TSpeedButton Left = 312 Top = 33 Width = 25 Height = 21 OnClick = CorelButton10Click end object CheckBox7: TCheckBox Left = 16 Top = 298 Width = 321 Height = 17 Caption = 'Include &subfolders' TabOrder = 5 end object Edit973: TEdit Left = 16 Top = 33 Width = 289 Height = 21 TabOrder = 0 Text = 'Edit973' end object CorelButton7: TButton Left = 16 Top = 268 Width = 97 Height = 25 Caption = 'Add &File...' TabOrder = 2 OnClick = CorelButton7Click end object CorelButton8: TButton Left = 129 Top = 268 Width = 97 Height = 25 Caption = 'Add F&older...' TabOrder = 3 OnClick = CorelButton8Click end object RemoveButt: TButton Left = 242 Top = 268 Width = 97 Height = 25 Caption = '&Remove' TabOrder = 4 OnClick = RemoveButtClick end object ListView1: TdfsExtListView Left = 16 Top = 88 Width = 322 Height = 173 SmallImages = MainForm.IL Columns = < item AutoSize = True Caption = 'Name' end> ExtendedStyles = [lvxFullRowSelect] ColumnsFormat = <> ReadOnly = True OnChange = ListView1Change ShowColumnHeaders = False TabOrder = 1 ViewStyle = vsReport OnKeyDown = ListView1KeyDown end end object TPage Left = 0 Top = 0 Caption = 'OPTIONS' object Bevel2: TBevel Left = 16 Top = 33 Width = 329 Height = 17 Shape = bsTopLine end object Label3: TLabel Left = 16 Top = 16 Width = 329 Height = 17 AutoSize = False Caption = 'Configure Compression Options:' WordWrap = True end object Label4: TLabel Left = 40 Top = 152 Width = 105 Height = 17 Alignment = taRightJustify AutoSize = False Caption = 'Type password:' WordWrap = True end object Label5: TLabel Left = 16 Top = 95 Width = 73 Height = 22 AutoSize = False Caption = 'Co&mpression:' FocusControl = CompressionBox end object CheckBox1: TCheckBox Left = 18 Top = 130 Width = 327 Height = 17 Caption = '&Protect with password' TabOrder = 2 OnClick = CheckBox1Click end object CheckBox4: TCheckBox Left = 18 Top = 182 Width = 319 Height = 17 Caption = 'Store &relative folder information (not full location)' TabOrder = 4 end object Edit971: TEdit Left = 152 Top = 148 Width = 113 Height = 21 TabOrder = 3 OnChange = Edit971Change end object RadioGroup1: TRadioGroup Left = 16 Top = 44 Width = 329 Height = 41 Caption = ' Compression &Format ' Columns = 2 ItemIndex = 0 Items.Strings = ( 'ZIP SFX' 'CAB SFX') TabOrder = 0 OnClick = RadioGroup1Click end object CompressionBox: TComboBox Left = 96 Top = 92 Width = 161 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 1 OnChange = CompressionBoxChange end object CheckBox3: TCheckBox Left = 18 Top = 206 Width = 327 Height = 17 Caption = 'Include &system and hidden files' TabOrder = 5 end object ElCheckBox1: TCheckBox Left = 18 Top = 229 Width = 327 Height = 17 Caption = 'Ask to &execute and test created SFX file' Checked = True State = cbChecked TabOrder = 6 end end object TPage Left = 0 Top = 0 Caption = 'FILETIME' object Bevel7: TBevel Left = 16 Top = 33 Width = 329 Height = 17 Shape = bsTopLine end object Label9: TLabel Left = 16 Top = 16 Width = 329 Height = 17 AutoSize = False Caption = 'SFX Options:' WordWrap = True end object UnZIPToL: TLabel Left = 16 Top = 41 Width = 241 Height = 15 AutoSize = False Caption = 'Default "UnZip &To" folder:' FocusControl = UnZipTo end object Label18: TLabel Left = 16 Top = 89 Width = 241 Height = 15 AutoSize = False Caption = 'File c&onflict:' FocusControl = ComboBox1 end object CaptionL: TLabel Left = 16 Top = 137 Width = 241 Height = 15 AutoSize = False Caption = 'Ca&ption:' FocusControl = SCaption end object CommandLineL: TLabel Left = 16 Top = 184 Width = 241 Height = 15 AutoSize = False Caption = 'Run co&mmand line after extracting:' FocusControl = CommandLine end object UnZipTo: TComboBox Left = 16 Top = 58 Width = 241 Height = 21 ItemHeight = 13 TabOrder = 0 Text = 'UnZipTo' Items.Strings = ( 'Current directory' 'Use TEMP directory' 'Use Program Files directory') end object ComboBox1: TComboBox Left = 16 Top = 106 Width = 241 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 1 Items.Strings = ( 'Overwrite file automatically ' 'Do not overwrite files' 'Prompt user to overwrite') end object SCaption: TEdit Left = 16 Top = 154 Width = 241 Height = 21 TabOrder = 2 end object CommandLine: TEdit Left = 16 Top = 200 Width = 241 Height = 21 TabOrder = 3 end object CheckBox5: TCheckBox Left = 16 Top = 230 Width = 329 Height = 17 Caption = 'Show &success message when complete' Checked = True State = cbChecked TabOrder = 4 end object AutoRun: TCheckBox Left = 16 Top = 247 Width = 329 Height = 17 Caption = 'Do not p&rompt user before extracting' TabOrder = 5 end object CheckBox8: TCheckBox Left = 16 Top = 264 Width = 329 Height = 17 Caption = '&Delete files after executing command line' TabOrder = 6 end object HideOverwrite: TCheckBox Left = 16 Top = 281 Width = 329 Height = 17 Caption = 'Hide over&write options' TabOrder = 7 end object CheckBox2: TCheckBox Left = 16 Top = 298 Width = 329 Height = 17 Caption = 'Hide file &list' TabOrder = 8 end end object TPage Left = 0 Top = 0 Caption = 'REVIEW' object Label16: TLabel Left = 16 Top = 16 Width = 337 Height = 49 AutoSize = False Caption = 'PowerArchiver will now use the following options to create the S' + 'FX file. Click '#39'Make SFX'#39' to continue.' WordWrap = True end object Bevel10: TBevel Left = 16 Top = 64 Width = 329 Height = 17 Shape = bsTopLine end object Memo1: TMemo Left = 16 Top = 72 Width = 329 Height = 233 ReadOnly = True ScrollBars = ssBoth TabOrder = 0 end end object TPage Left = 0 Top = 0 Caption = 'PROGRESS' object Bevel6: TBevel Left = 16 Top = 184 Width = 329 Height = 17 Shape = bsTopLine end object GroupBox1: TGroupBox Left = 16 Top = 40 Width = 330 Height = 57 Caption = ' Current file progress ' TabOrder = 0 object pb1: TProgressBar Left = 8 Top = 22 Width = 313 Height = 21 TabOrder = 0 end end object GroupBox2: TGroupBox Left = 16 Top = 112 Width = 330 Height = 57 Caption = ' Total progress ' TabOrder = 1 object pb2: TProgressBar Left = 8 Top = 22 Width = 313 Height = 21 TabOrder = 0 end end object Memo2: TMemo Left = 16 Top = 192 Width = 329 Height = 105 Enabled = False ScrollBars = ssBoth TabOrder = 2 end end end object CloseButt: TButton Left = 5 Top = 334 Width = 75 Height = 25 Caption = '&Close' TabOrder = 1 OnClick = CloseButtClick end object BackButt: TButton Left = 280 Top = 334 Width = 75 Height = 25 Caption = '&Back' TabOrder = 2 OnClick = BackButtClick end object NextButt: TButton Left = 364 Top = 334 Width = 75 Height = 25 Caption = '&Next' TabOrder = 3 OnClick = NextButtClick end object CorelButton2: TButton Left = 448 Top = 334 Width = 75 Height = 25 Caption = '&Help' TabOrder = 4 OnClick = CorelButton2Click end object OpenDialog1: TOpenDialog Filter = 'ZIP Files|*.zip|CAB Files|*.cab|LHA files|*.lzh|GZIPed TAR files' + '|*.tar' Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist] Title = 'Browse ' OnTypeChange = OpenDialog1TypeChange Left = 113 Top = 189 end object SaveDialog1: TSaveDialog Title = 'Browse' OnTypeChange = SaveDialog1TypeChange Left = 112 Top = 152 end object DropFileTarget1: TPJFormDropFiles ForegroundOnDrop = False Options = [dfoIncFolders, dfoIncFiles] OnDropFiles = DropFileTarget1DropFiles Left = 88 Top = 248 end end